home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / MCC_TWFmLED.lha / MCC_TWFmultiLED / MCC_TWFmultiLED.readme < prev    next >
Text File  |  1999-02-24  |  2KB  |  42 lines

  1.    Short: MUI indicator LED class
  2. Uploader: Chris <chris@worldfoundry.demon.co.uk>
  3.   Author: Chris <chris@worldfoundry.demon.co.uk>
  4.     Type: dev/mui/
  5. Replaces: MCC_TWFmLED.lha
  6. Requires: MUI 3.6+
  7.  Version: 12.4
  8.  
  9.     TWFmultiLED is a fairly simple implementation of a "LED-like" indicator
  10. which provides the programmer with a new method for communicating program
  11. state to the user. Unlike other similar implementations, TWFmultiLED allows
  12. both the user and programmer to specify both the shape of the indicator and
  13. it's colour.
  14.  
  15.     Via the preferences program the user can specify the RGB makeup of the 6
  16. internal colours (used to represent the states "Off", "On", "Ok", "Loading",
  17. "Error" and "Panic") and the default shape of the indicator. The programmer
  18. can abide by the user's choice of shape, or override it and use one of the
  19. other shapes. The programmer can also set the indicator to any of the 6 user
  20. defined colours or to a custom colour the programmer specifies.
  21.  
  22. TWFmultiLED's features include:
  23.  
  24.     - 10 user definable "preset" colours.
  25.     - 1 programmer definable colour (specified by RGB value)
  26.     - 6 possible shapes:
  27.  
  28.            5 pixel diameter circle
  29.           11 pixel diameter circle
  30.          5x5 square
  31.        11x11 square
  32.         11x5 rectangle
  33.        13x11 rectangle
  34.  
  35.     - Shape can be set by the user or, if required, by the programmer.
  36.     - Automatic turn off after a user or programmer definable delay.
  37.  
  38. Latest updates available from the support site at
  39.  
  40.     http://www.worldfoundry.demon.co.uk/
  41.  
  42.